Micron Document
🎖️GitЯра🎖️

Node / meshtastic / Meshtastic-Android / files / .copilotignore

Displaying Raw • Download

.copilotignore d4eadee500c39e2e09f352a385ee7f3b2bd1a79f (d4eadee5) Text, 573 B

T8b949e# Ignore build artifacts and generated files from Copilot indexing
T8b949e# This saves context window tokens and prevents Copilot from hallucinating off of minified code.

T8b949e# Build directories
**/Td2a8ffbuildT8b949e/**
.gradle/
.idea/

**/Td2a8ffgenerated/Tb4b4b4**
Te6edf3.cxx/
Te6edf3.externalNativeBuild/

T8b949e# Git history & worktrees
Te6edf3.git/
Te6edf3.worktrees/

T8b949e# Protobuf (Prevents Copilot from suggesting raw protobuf byte buffers)
Td2a8ffcore/Tff7b72proto/

T8b949e# Environment and secrets
Td2a8fflocal.properties
Td2a8ffsecrets.properties
*Te6edf3.jks

T8b949e# Agent References (Prevents pollution of project space with external code)
Te6edf3.agent_refs/

Served by rngit 1.5.2 - Generated in 0.04s